home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Applications / vim / everything else / macros / center next >
Encoding:
Text File  |  1994-11-22  |  169 b   |  4 lines  |  [TEXT/VIM!]

  1. "This macro centers a line in an 80 character space."Careful: lines longer than 80 characters will be truncatedmap ;ce :s/^[     ]*//
  2. $ma81a |D`alld0:s/  / /g
  3. $p
  4. k$x